MySQL的重要語法 mysql> UPDATE user SET password=password('新密碼') where user='root'; 只改 root 的密碼,如果 .... 插入一筆或多筆紀錄 INSERT INTO 資料表(欄位1,欄位2,.